Sends an IMAGE-level C-GET-REQ message to a peer member of a connection defined by Scp.
public void Get(
DicomScp Scp,
string StudyInstanceUID,
string SeriesInstanceUID,
string SopInstanceUID,
List<PresentationContext> additionalPresentationContexts
)
Public Overloads Sub Get( _
ByVal Scp As DicomScp, _
ByVal StudyInstanceUID As String, _
ByVal SeriesInstanceUID As String, _
ByVal SopInstanceUID As String, _
ByVal additionalPresentationContexts As List(Of PresentationContext) _
)
public:
void Get(
DicomScp^ Scp,
String^ StudyInstanceUID,
String^ SeriesInstanceUID,
String^ SopInstanceUID,
List<PresentationContext^>^ additionalPresentationContexts
)
Scp
The peer connection to send the C-GET-REQ to.
StudyInstanceUID
The study instance UID of the instance to retrieve.
SeriesInstanceUID
The series instance UID of the instance to retrieve.
SopInstanceUID
The SOP instance UID of the instance to retrieve.
additionalPresentationContexts
A list of presentation contexts to add to the Leadtools.Dicom.DicomAssociateDicomAssociation
This method uses a C-GET to retrieve an instance. Note that the C-GET differs from the C-MOVE in that the C-GET requests and retrieves information on the same DICOM assocation. This means that you need to know the SOP Class UID of the DICOM instances that are to be retrieved prior to the DICOM assocation. You can add these additional SOP Classes to the association by using the additionalPresentationContexts parameter. The example shows how this is done.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document